home *** CD-ROM | disk | FTP | other *** search
/ Gekkan Dennou Club 145 / Gekkan Dennou Club - 2000.6 Vol. 145 (Japan).7z / Gekkan Dennou Club - 2000.6 Vol. 145 (Japan) (Track 1).bin / tools / sharp / xc2102i.lzh / XC2102.XDF / INCLUDE / GPIB.H < prev    next >
Text File  |  1992-07-05  |  1KB  |  67 lines

  1. /*
  2.  * gpib.h X68k XC Compiler v2.00 Copyright 1990 SHARP/Momodera's
  3.  */
  4. #ifdef    FORWORD
  5. #define    __PROTO_TYPE
  6. #endif
  7. #ifdef    __STDC__
  8. #define    __PROTO_TYPE
  9. #endif
  10.  
  11. #ifdef    __PROTO_TYPE
  12.  
  13. int    gp_open(int,int,int,int *);
  14. int    gp_close(void);
  15. int    gp_ifc(int);
  16. int    gp_connect(int,int *);
  17. int    gp_eor(int,int,int);
  18. int    gp_input(char *,int,int *,int);
  19. int    gp_output(char *,int,int,int,int);
  20. int    gp_atnon(void);
  21. int    gp_atnoff(void);
  22. int    gp_remote(void);
  23. int    gp_local(void);
  24. int    gp_dcl(void);
  25. int    gp_llo(void);
  26. int    gp_gtl(int *);
  27. int    gp_sdc(int *);
  28. int    gp_trg(int *);
  29. int    gp_sla(int *);
  30. int    gp_sta(int);
  31. int    gp_unl(void);
  32. int    gp_unt(void);
  33. int    gp_comout(int);
  34. int    gp_req(int);
  35. int    gp_sp(int *,int *);
  36. int    gp_st(void);
  37.  
  38. #undef    __PROTO_TYPE
  39. #else
  40.  
  41. int    gp_open();
  42. int    gp_close();
  43. int    gp_ifc();
  44. int    gp_connect();
  45. int    gp_eor();
  46. int    gp_input();
  47. int    gp_output();
  48. int    gp_atnon();
  49. int    gp_atnoff();
  50. int    gp_remote();
  51. int    gp_local();
  52. int    gp_dcl();
  53. int    gp_llo();
  54. int    gp_gtl();
  55. int    gp_sdc();
  56. int    gp_trg();
  57. int    gp_sla();
  58. int    gp_sta();
  59. int    gp_unl();
  60. int    gp_unt();
  61. int    gp_comout();
  62. int    gp_req();
  63. int    gp_sp();
  64. int    gp_st();
  65.  
  66. #endif
  67.